projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8fe324
)
(emacs_write): Use process_pending_signals.
author
Chong Yidong
<cyd@stupidchicken.com>
Thu, 29 Jan 2009 14:32:49 +0000
(14:32 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Thu, 29 Jan 2009 14:32:49 +0000
(14:32 +0000)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index c1f193f96b6cca418a32453d74b5ef3c522bf3ff..dfefed7679cdf188b0016f2ba79f7f59ef63d7ad 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-2539,10
+2539,7
@@
emacs_write (fildes, buf, nbyte)
#ifdef SYNC_INPUT
/* I originally used `QUIT' but that might causes files to
be truncated if you hit C-g in the middle of it. --Stef */
- if (interrupt_input_pending)
- handle_async_input ();
- if (pending_atimers)
- do_pending_atimers ();
+ process_pending_signals ();
#endif
continue;
}